home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_72 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  122 b   |  8 lines

  1. on(rollOut){
  2.    call("animation/control:rollOut");
  3.    tellTarget("_level50")
  4.    {
  5.       gotoAndStop("off");
  6.    }
  7. }
  8.